From: Paul Donald Date: Fri, 7 Nov 2025 13:36:28 +0000 (+0100) Subject: readme: deprecate lua X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=325c5846b177cc1f80da94a2c3869c4e7f9766f7;p=project%2Fluci.git readme: deprecate lua All new apps shall be in js and ucode. Signed-off-by: Paul Donald --- diff --git a/README.md b/README.md index a3e4f4b5da..7a9027f834 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To install all its package definitions, run: You can browse the generated API documentation directly on Github. - - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html) + - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html); Note: deprecated - Lua will be removed in future. Use ucode rpcd for server side operations. - [Client side JavaScript APIs](http://openwrt.github.io/luci/jsapi/index.html) ## Development